There's no guarantee that you will actually get a direct pointer to the array or string even when using the Critical versions. 即便使用Critical版本,也无法保证您能获得对数组或字符串的直接引用。
The call to execv first takes a pointer to the name of the binary to be run, and then a pointer to the array of parameters that you declared earlier. execv调用首先取得一个指向要运行的二进制文件名称的指针,然后取得一个指向您前面声明的参数数组的指针。
It is composed of a pointer to the GObject that the method is being called on, an array of arguments, and an array of keyword arguments. 它由正在对其调用方法的GObject的指针、参数数组和关键字参数数组组成。
It has outlined the concepts of modeling C# pointer and array types. 它概括了C指针和数组类型的概念。
In earlier versions, it changes the return value of the generated function in_word_set() from its default Boolean value ( that is, 0 or1) to the pointer to wordlist array type. 在早期版本中,它将生成的函数inwordset()返回的默认布尔值(即0或1)修改为pointertowordlistarray类型。
On a JVM that provides a direct pointer to the array, the array will be updated; however, on a JVM that returns a copy it will not be. 在提供直接指向数组的指针的JVM上,该数组将被更新;但是,在返回副本的JVM上则不是如此。
Each chunk is a direct index to the pointer array of the corresponding level: the first left-hand-side chunk to the first-level nodes, the second chunk to the nodes of the second level, and so on. 每个小块便是相应层的指针数组的直接索引:最左边的小块指向第一层节点,第二个小块指向第二层的节点,依此类推。
Dynamical storage of array was completed using pointer variable though the length of array is changeless; 数组的长度是固定,但可借助指针变量来实现数组的动态存储;
The reset() function moves the internal pointer to the first element of the array. 函数的作用是:将数组内部的指针移动到数组中的第一个元素。
Furthermore, an algorithm of intraprocedural alias analysis for pointer array is presented. 在此表示法的基础上,提出了指针数组的过程内别名分析算法。
ADDR is used in the parameter to give a pointer to the array as the parameter, and not the value itself. 在参数中使用ADDR来把指向数组的指针作为参数,而不是值本身。
For EMS memory, the pointer is used that makes the defination of the array dynamic. 在内存分配中利用了指针,使得矩阵的定义实现了动态化。
A discussion of flexible application of the pointer in programming is carried out through analyzing its relationship with array, alphabetic string and function. 对数组与指针、字符串与指针、函数与指针等在程序设计中的灵活运用作了探讨。
The right-hand expression of a range clause must be an array, slice, string or map, or a pointer to an array; or it may be a channel. range语句右边的表达式必须是array,slice,string或者map,或是指向array的指针,也可以是channel。
Technique of Code Obfuscation Based on Function Pointer Array 基于函数指针数组的代码迷惑技术
E.g.you cannot safely get a pointer to a String object's16-bit char array to iterate over it in a loop. 例如,你不能安全地获得指向字符串对象16位字符数组的指针以在循环中迭代它。
A correct and flexible use of pointer, a difficult and key points as well as the essence of C language teaching, will help distribute the memory dynamically, effectively show the complex data structure and easily use array. 指针是C语言教学的重和难点,也是C语言的精华。正确而灵活地应用指针,能动态分配内存;
Stressing the property of pointer, setting level to array's address, starting from the relationship between the level of pointer and the dimension of array, the paper reveals the pointer process of multi-dimensional array in C language and its application. 强调了指针变量的特殊性,对数组中的地址定级,从指针的级与数组维数对应关系角度,阐明了C语言中多维数组指针处理技术及其应用。
Explains the concept of second rank pointer, divides the second rank pointer into two conditions, which are the pointer indicating to variable and those indicating to array, discusses the difference between second rank pointer variable and second rank pointer data, and their usage. 阐述了二级指针的概念,把二级指针分成指向指针变量的指针和指向数组的指针两种情况,讨论了二级指针变量与二级指针数据的用法与区别。
The application of the array and pointer is the key and difficult section for learning C language, especially tile application of the multi& dimensional array and pointer has become the great barrier against C language learning. 在C语言的学习中,数组与指针的应用是重点和难点,尤其多维数组和指针应用已成为学习和掌握C语言的一大障碍。
In the realizing of shortest path algorithm and bus take algorithm, using the pointer in Delphi language to make up the queen, stack replacing the using of array in other system, dynamically assign memory, save memory space and operation time. 而在最短路径搜索和转乘公车方案的算法实现上,发挥了Delphi语言的所长,利用指针链接的技术,代替用数组来组成队列、栈,达到动态分配内存,节省内存空间及运算时间。
Analysis of the Selection and Efficiency of Pointer and Array in C Language C语言中指针与数组的选用及效率剖析
By tracing context-sensitivity of reference variables and pointer variables, the new approach can deal with elements of partly static data structure, such as attributes of each object and elements of each array. 该技术通过针对引用类型变量和指针变量的上下文敏感分析,能够比较精确地分析面向对象语言中诸如对象元素、数组元素等复杂数据结构元素的绑定时间,进而扩大了部分求值的作用范围。
Pointer and Array Problem Analysis in C Program Design C语言指针与数组的难点分析
The analysis of similarities and differences when pointer and array are applied in programming in C language C语言中指针和数组在编程运用中的异同分析
In this article, the methods explained are linking table, array and pointer, assemble and dynamical array provided by Visual languages, among which the first two methods are detailedly introduced and the first and the last ones can break the limits of space. 介绍了用链表、数组和指针、集合与可视化语言提供的动态数组,其中前两种方法用C语言作了详细介绍,第一和第四种方法可突破空间的限制。
By introducing side pointer, row pointer and column pointer-three pointers in different level, this paper discusses the means to access multi-dimensional array by pointer. 通过引入面指针、行指针和列指针,并与相应级别的指针相关联,阐述了应用指针访问多维数组的方法。
Traditional data partition ways are not suitable to pointer array whose member points to an array, so this paper presents a new mode to solve this problem, named array-vector data partition mode. 传统数据划分模式不适合指向数组的指针数组的数据划分,论文提出了解决该类指针数组数据划分的划分模式,文中称为数组向量的数据划分。
Secondly, the traditional auxiliary information supplied by compiler mainly concentrated on programming language syntax errors and other security related information such as null pointer, array bounds and other functional errors. 其次,传统编译辅助信息主要集中于对程序语言语法错误以及可能的空指针、数组越界等功能性错误的检测。